next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
Why does Qdrant recommend disabling indexing (or raising the indexing threshold) during a large bulk import, then re-enabling it afterward?
Expert
High
2
What is the purpose of the indexing_threshold setting, and how does it affect small versus large collections differently?
Expert
High
3
How does GPU-accelerated indexing change the economics of re-indexing a large, frequently-updated collection?
Expert
High
4
What is incremental HNSW indexing, and why does it matter for upsert-heavy workloads?
Expert
High
5
Your Qdrant search endpoint's p50 latency looks fine, but p99 latency is very high. What are the most likely causes to investigate first?
Expert
High
6
How would you reduce query latency for a collection that must remain on-disk due to its size, without moving the whole collection into RAM?
Expert
High
7
What is the effect of increasing the number of search threads/parallelism on a single node with limited CPU cores?
Expert
High
8
How would you benchmark whether a proposed quantization configuration is worth the accuracy trade-off for your workload?
Expert
High
9
What's the difference between scaling Qdrant vertically (bigger node) and horizontally (more shards/nodes), and when does horizontal scaling stop paying off?
Expert
High
10
Two teams store the same 50-million-vector collection - one keeps it fully in memory, one on disk with quantization. What operational differences should each expect?
Expert
High
11
Why can moving the payload storage engine on-disk versus in-memory have a bigger impact on filtered-search latency than the vector storage location?
Expert
High
12
How would you decide, for a specific collection, whether to enable quantization with rescoring versus simply moving vectors on-disk without quantization?
Expert
High
13
What memory overhead does the HNSW graph itself add on top of the raw vector data, and why does that matter when planning RAM for an in-memory collection?
Expert
High
All Topics
1
Getting started
0/2 topics · 0%
Core Concepts
Setup and Basic Use
2
Querying vectors
0/3 topics · 0%
QueryAPIs
Named Vectors and Multitenancy
Sparse Vectors and Hybrid Search
3
Internals
0/3 topics · 0%
Snapshots and Backups
Indexing Internals
Internal Architecture
4
Operations & scale
0/3 topics · 0%
Performance and Optimisation
Security
System Design and Scalability
5
Practice
0/5 topics · 0%
Error Handling and Debugging
Testing
Design Patterns
Implementation Scenarios
Edge Cases